const runtime._KindSpecialCheckFinalizer
9 uses
runtime (current package)
mheap.go#L1966: _KindSpecialCheckFinalizer = 8
mheap.go#L2229: s.special.kind = _KindSpecialCheckFinalizer
mheap.go#L2250: iter, exists := span.specialFindSplicePoint(offset, _KindSpecialCheckFinalizer)
mheap.go#L2258: if offset == s.offset && _KindSpecialCheckFinalizer == s.kind &&
mheap.go#L2265: if offset < s.offset || (offset == s.offset && _KindSpecialCheckFinalizer < s.kind) {
mheap.go#L2300: iter, exists := span.specialFindSplicePoint(offset, _KindSpecialCheckFinalizer)
mheap.go#L2308: if offset == s.offset && _KindSpecialCheckFinalizer == s.kind &&
mheap.go#L2315: if offset < s.offset || (offset == s.offset && _KindSpecialCheckFinalizer < s.kind) {
mheap.go#L2823: case _KindSpecialCheckFinalizer:
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |